home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright (C) 1993 Robert Davis
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of Version 2, or any later version, of
- * the GNU General Public License as published by the Free Software
- * Foundation.
- */
-
- /* $Id: GnuplotInspector.h,v 1.4 1993/05/30 20:09:51 davis Exp $ */
-
- #import <apps/Workspace.h>
-
- @interface GnuplotInspector:WMInspector
- {
- id typeField;
- id titleText;
- id expressionsText;
-
- char title[1024];
- char expressions[1024];
- char typestring[1024];
-
- unsigned int type;
- }
-
- +new;
-
- -ok:sender;
- -revert:sender;
-
- @end
-